home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-VLogoD.readme < prev    next >
Text File  |  1999-11-05  |  4KB  |  192 lines

  1. Short:    Visual Eng. - Visual Logo Demo v1.20
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. Visual Engineering - Visual Logo Demo v1.20
  8.  
  9.  
  10.  
  11. SHORT DESCRIPTION
  12.  
  13.   This script creates different kind of logos from black
  14.   and white shape.
  15.  
  16.  
  17. REQUIREMENTS
  18.  
  19.   Image Engineer v3.41 (Wision release 2)
  20.   Sys:Rexxc/RX
  21.  
  22.  
  23. INSTALLATION
  24.  
  25.   Archive where this file came from should be extracted to a
  26.   directory where you installed Image Engineer.
  27.  
  28.   This script must be in IE:Arexx/
  29.  
  30.   There's example pictures in Gallery -dir.
  31.   There's something to test to in Testmaterials -dir.
  32.  
  33.  
  34. USAGE
  35.  
  36.   Activate window of a logo, which is on white background using
  37.   black text (possibly antialiased). You might want to use
  38.   GaussianFeather.rexx or GaussianEdge.rexx before this script to
  39.   sharp edged pure black & white logos.
  40.  
  41.   Run the script.
  42.  
  43.   If you choose to add space around logo, script will look for
  44.   pixel at bottom right corner and uses it as background color.
  45.   You need working space around logo, you could also add it with
  46.   AddSpace.rexx -script.
  47.  
  48.  
  49. ARGUMENTS
  50.  
  51.   VisualLogo.rexx <pic> <visual> <arguments>
  52.  
  53.   <pic>       name of a logo (in IE)
  54.   <visual>    name of an effect
  55.  
  56.   <arguments> for effects are:
  57.  
  58.  
  59.    Strong <type>
  60.  
  61.    <type>         = name of a type (OUTLINE or SHINY)
  62.  
  63.  
  64.    Raised <outline> <xplace> <yplace>
  65.  
  66.    <outline>      = YES or NO
  67.    <xplace>       = horizontal offset of shine
  68.    <yplace>       = vertical offset of shine
  69.  
  70.  
  71.  
  72.  
  73.   AmigaDOS
  74.  
  75.     Sys:Rexxc/RX VisualLogoDemo.rexx <arguments>
  76.     Sys:Rexxc/RX VisualLogoDemo.rexx 000_testpic.iff STRONG OUTLINE
  77.     Sys:Rexxc/RX VisualLogoDemo.rexx 000_testpic.iff raised YES -3 -3
  78.  
  79.  
  80.   Other scripts:
  81.  
  82.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/VisualLogoDemo.rexx <arguments>"
  83.  
  84.     Next lines return you the name of this new picture.
  85.  
  86.     PROJECT_LIST
  87.     xyz=result
  88.     pic=subword(xyz,1,1)
  89.  
  90.  
  91.  
  92.  
  93.  
  94. HISTORY
  95.  
  96.   1.20
  97.  
  98.   Now this demo-version works just like the registered one.
  99.   Raised and Strong -effects included.
  100.  
  101.   1.01
  102.  
  103.   Calls to external scripts had a minor bug.
  104.  
  105.   1.00
  106.  
  107.   History started
  108.  
  109.  
  110.  
  111.  
  112.  
  113. DISTRIBUTION
  114.  
  115.   The archive, where this file came from, can be distributed using
  116.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  117.   FTP...), but contents of original archive can not be modified.
  118.  
  119.  
  120.   YOU MAY NOT SPREAD MODIFIED VERSIONS OF THE SCRIPT!!
  121.   NOT EVEN PART OF IT!!
  122.  
  123.  
  124.   If you are going to spread a script made by you, which calls one
  125.   of Visual Engineering -scripts, you must include either to
  126.   documentfile of your script or header of the script itself, Visual
  127.   Engineering's website address and my name and email address.
  128.  
  129.   Like this:
  130.  
  131.  
  132.   /*
  133.  
  134.    This script uses Visual Engineering -script(s):
  135.    AddSpace.rexx, PrimaryColors.rexx
  136.  
  137.    By Marko Seppänen <marko.seppanen@wwnet.fi>
  138.  
  139.    Visual Engineering website:
  140.    http://wwnet.fi/users/smarko/visual/
  141.  
  142.    */
  143.  
  144.  
  145.  
  146.  
  147. WORLD WIDE WEB
  148.  
  149.  Image Engineer
  150.  http://www.amigaworld.com/support/imageengineer/
  151.  
  152.  SViewIV
  153.  http://www.ar-kleinert.de/sview_e.html
  154.  
  155.  Visual Engineering
  156.  http://wwnet.fi/users/smarko/visual/
  157.  
  158.  
  159.  
  160. AMINET
  161.  
  162.  Image Engineer
  163.  http://ftp.sunet.se/aminetbin/find?imeng
  164.  
  165.  SViewIV
  166.  http://ftp.sunet.se/aminetbin/find?sviewiv
  167.  
  168.  Visual Engineering
  169.  http://ftp.sunet.se/aminetbin/find?visual+eng.
  170.  
  171.  
  172. ============================= Archive contents =============================
  173.  
  174. Original  Packed Ratio    Date     Time    Name
  175. -------- ------- ----- --------- --------  -------------
  176.    15136   15136  0.0% 18-Oct-98 16:25:12 +logo1.gif
  177.     7421    7421  0.0% 02-Apr-99 12:27:50 +logo11.gif
  178.    24783   24783  0.0% 02-Apr-99 12:28:06 +logo12.gif
  179.    27740   27740  0.0% 02-Apr-99 12:54:04 +logo13.gif
  180.     5294    5294  0.0% 02-Apr-99 12:56:48 +logo20.gif
  181.    22663   22663  0.0% 09-Sep-98 23:51:24 +logo3.gif
  182.    10979   10979  0.0% 09-Oct-98 15:49:32 +logo4.gif
  183.    12493   12493  0.0% 06-Oct-98 22:49:48 +logo8.gif
  184.    18695   18695  0.0% 02-Apr-99 12:27:10 +logo9.gif
  185.     5276    1772 66.4% 14-Oct-99 15:54:40 +VisualLogoDemo.rexx
  186.     1851     547 70.4% 03-Oct-99 21:43:52 +VE-Registration_Form
  187.     6372    2617 58.9% 14-Oct-99 22:15:20 +VisualEngineering.notes
  188.     2763    1369 50.4% 15-Oct-99 17:24:52 +VisualLogoDemo.notes
  189.     4892     850 82.6% 06-Jun-99 23:20:38 +VisualLogo-text-couch.iff
  190. -------- ------- ----- --------- --------
  191.   166358  152359  8.4% 16-Oct-99 16:50:24   14 files
  192.